@charset "utf-8";
/* CSS Document */
* {
  word-break: normal;
  word-wrap: normal;
}
/* 面包屑换行 */
.e_breadcrumb-2 .p_breadcrumb {
    display: flex;
    flex-wrap: wrap !important;
}
/* 英文谷歌地图缩略图隐藏 */
.amap-overviewcontrol {
    display: none !important;
}
body,
html {
  overflow-x: hidden !important;
}
:root {
--border: #eee solid 1px;
    --wrapper: 1620px;
    --main-color: #15a1ab;;
    --main2-color: #f6c02b;
    --main3-color: #539643;
    --linearX: linear-gradient(#009240, #35d27a);
    --linearY: linear-gradient(90deg, #245442, #009944);
    --listbg: #f4f8fa;
    --tit-color: #2a2a29;
    --sum-color: #7d7772;
}

.page_a.current:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.page_a.current {
    background-color: var(--main-color) !important;
}

.reset_style strong,
.reset_style strong * {
  font-weight: 600;
  font-family: 'Poppins', 'PingFang SC', '微软雅黑', sans-serif;
}
/*通用*/
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.container {
  width: 100%;
  max-width: 100%;
}
a:focus,
a:active,
a:hover,
a:visited {
  outline: none !important;
  text-decoration: none;
}
i {
  font-style: normal;
}


@media only screen and (min-width: 769px){


}



@media only screen and (max-width: 1480px){

}



@media only screen and (max-width: 1024px) and (min-width: 769px){

}

@media only screen and (max-width: 768px){

}